vendor/golang.org/x/text/unicode/norm.normWriter.buf (field)
11 uses
vendor/golang.org/x/text/unicode/norm (current package)
readwriter.go#L12: buf []byte
readwriter.go#L30: w.buf = doAppend(&w.rb, w.buf, 0)
readwriter.go#L36: i := lastBoundary(&w.rb.f, w.buf)
readwriter.go#L41: if _, err = w.w.Write(w.buf[:i]); err != nil {
readwriter.go#L44: bn := copy(w.buf, w.buf[i:])
readwriter.go#L45: w.buf = w.buf[:bn]
readwriter.go#L53: if len(w.buf) > 0 {
readwriter.go#L54: _, err := w.w.Write(w.buf)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |